home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00168.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  1.9 KB  |  66 lines

  1. on exitFrame me
  2.   homebackroll()
  3.   exerciseroll4()
  4.   finger(2, 2)
  5.   finger(5, 5)
  6.   finger(18, 20)
  7.   unfinger(30, 43)
  8.   finger(44, 44)
  9.   unfinger(45, 98)
  10.   finger(113, 118)
  11.   finger(123, 123)
  12.   finger(126, 126)
  13.   finger(185, 187)
  14.   finger(192, 192)
  15.   finger(195, 195)
  16.   finger(198, 198)
  17.   if sprite 44 intersects 31 then
  18.     set the memberNum of sprite 30 to 840
  19.   else
  20.     if sprite 44 intersects 32 then
  21.       set the memberNum of sprite 30 to 841
  22.     else
  23.       if sprite 44 intersects 33 then
  24.         set the memberNum of sprite 30 to 842
  25.       else
  26.         if sprite 44 intersects 34 then
  27.           set the memberNum of sprite 30 to 843
  28.         else
  29.           if sprite 44 intersects 35 then
  30.             set the memberNum of sprite 30 to 844
  31.           else
  32.             if sprite 44 intersects 36 then
  33.               set the memberNum of sprite 30 to 845
  34.             else
  35.               if sprite 44 intersects 37 then
  36.                 set the memberNum of sprite 30 to 846
  37.               else
  38.                 if sprite 44 intersects 38 then
  39.                   set the memberNum of sprite 30 to 847
  40.                 else
  41.                   if sprite 44 intersects 39 then
  42.                     set the memberNum of sprite 30 to 848
  43.                   else
  44.                     if sprite 44 intersects 40 then
  45.                       set the memberNum of sprite 30 to 849
  46.                     else
  47.                       if sprite 44 intersects 41 then
  48.                         set the memberNum of sprite 30 to 850
  49.                       else
  50.                         if sprite 44 intersects 42 then
  51.                           set the memberNum of sprite 30 to 851
  52.                         end if
  53.                       end if
  54.                     end if
  55.                   end if
  56.                 end if
  57.               end if
  58.             end if
  59.           end if
  60.         end if
  61.       end if
  62.     end if
  63.   end if
  64.   go(the frame)
  65. end
  66.